home *** CD-ROM | disk | FTP | other *** search
- Path: softsite.co.at!wsog
- Date: 05 Mar 1996 11:37:00 +0100
- From: wsog@softsite.co.at (Walter Sommergruber)
- Newsgroups: comp.lang.c++
- Message-ID: <64HeovHrnTB@softsite.co.at>
- References: <3135A7F2.2120@hiwaay.net> <4hbiln$899@sam.inforamp.net>
- Subject: Re: Leap year
- X-Newsreader: XP v3.02
- X-Charset: ISO-8859-1
- Organization: Sommergruber Software & Dienstleistungen
-
- Randy Charles Morin (rmorin@inforamp.net) wrote on 03.03.96
- about "Re: Leap year":
-
- > >Can someone be kind enough to post the formula for Leap Year
- > >or point me to the place where this can be found?
- >
- > bool IsLeapYear(int x)
- > {
- > return ((x&4) && ((!(x&100)) || (x&1000)));
- > }
- >
- > I hope I got everything right.
-
- DAMN! One person asks a question (which is in the FAQ of course),
- 3 answer the question right and 97 post nonsense like the above -
- WHY DON'T YOU TAKE A LOOK INTO THE FAQ BEFORE POSTING ?????
-
- I really don't understand it...
-
- --- Take a look at ...
- Walter Sommergruber The Software Site
- email: wsog@softsite.co.at http://www.softsite.co.at/softsite/
-